home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / escape.swf / scripts / frame_37 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  222 b   |  11 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Key.isDown(82))
  4.    {
  5.       mySound.stop();
  6.       _root.gotoAndStop("start");
  7.    }
  8.    _root.score0.score_time = _global.time;
  9.    _root.score0.score_hp = _global.hitpoint;
  10. };
  11.